home *** CD-ROM | disk | FTP | other *** search
/ Organic Chemistry (8th Edition) / Image.iso / pc / organic / media / content / book_flash.swf / scripts / DefineButton2_149 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2003-05-14  |  214 b   |  11 lines

  1. on(release){
  2.    _parent._parent._visible = false;
  3.    _root.check_l2 = false;
  4.    _root.sectionlist.text = this.text;
  5.    if(_root.Ns != N)
  6.    {
  7.       _root.Ns = N;
  8.       _root.l3.content.loaditem();
  9.    }
  10. }
  11.